home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / icons+tools / iconian / sources / emodules / class / gaugeimage.e < prev    next >
Text File  |  1995-12-22  |  671b  |  15 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. ENUM    GAUGEIA_SCREEN=$80000001,    -> Required for creation.
  5.             GAUGEIA_BOTTOM,                        -> Normally set to zero, the bottom level of the gauge.
  6.             GAUGEIA_TOP,                            -> The maximum level of the gauge, defaults to 100
  7.             GAUGEIA_CURLEVEL,                    -> The current level indicator of the gauge.
  8.             GAUGEIA_STYLE,                        -> 
  9.             GAUGEIA_MINWIDTH,                    -> Not settable, use this attribute to findout the minimum width
  10.                                                                 -> needed to display the gauge.  (GetAttrA(GAUGEIA_MINWIDTH,obj,{mw})
  11.             GAUGEIA_TEXTFONT,                    -> Font used for rendering text
  12.             GAUGEIA_TEXTSTYLE                    -> Font style for rendering text
  13.  
  14. EXPORT CONST GAUGETYPE_PLAIN=0,GAUGETYPE_FANCY=1
  15.